Skip to content

adding jackson3 provider (#1066)#1067

Merged
kallestenflo merged 3 commits intojson-path:masterfrom
bsa01:feature/jackson3
Feb 4, 2026
Merged

adding jackson3 provider (#1066)#1067
kallestenflo merged 3 commits intojson-path:masterfrom
bsa01:feature/jackson3

Conversation

@bsa01
Copy link
Contributor

@bsa01 bsa01 commented Dec 17, 2025

Resolves #1066
Trying to add jackson3 support.
Update jackson2 from 2.19.2 to 2.20.1

Signed-off-by: bschumann <b.schumann@kasasi.de>
@bsa01 bsa01 changed the title adding jackson3 provider adding jackson3 provider (#1066) Dec 17, 2025
@valfirst
Copy link
Contributor

@kallestenflo could you please review the PR?

@davsclaus
Copy link
Contributor

Thank you this is needed for all Spring Boot v4 users and we also need this for Apache Camel

@bsa01
Copy link
Contributor Author

bsa01 commented Jan 17, 2026

Sorry I did not know you supporting these old JAVA versions.
Jackson3 has JDK17 as minimal java version (https://github.com/FasterXML/jackson/wiki/Jackson-Release-3.0)

@kallestenflo
Copy link
Contributor

I don’t know how relevant it is to support < 17. 17 can be used as baseline.

@davsclaus
Copy link
Contributor

I don’t know how relevant it is to support < 17. 17 can be used as baseline.

could also jump the project to 3.0 and use jdk17 / jacklson 3 / spring boot v4 as the reason

@davsclaus
Copy link
Contributor

this project is low maintained so even releasing it as 2.11 with jackson 3 and jdk17 is better - the existing users can stay on the current release. And in case some serious bugs is to be fixed on that release then it can be release as 2.10.x

@bsa01
Copy link
Contributor Author

bsa01 commented Jan 18, 2026

I would be perfectly fine with JDK17 too.

Signed-off-by: bschumann <b.schumann@kasasi.de>
@bsa01
Copy link
Contributor Author

bsa01 commented Jan 20, 2026

I'm not very familiar with gradle. Hopefully I got all relevant parts.

Signed-off-by: bschumann <b.schumann@kasasi.de>
@kallestenflo kallestenflo merged commit 5a7f29e into json-path:master Feb 4, 2026
2 checks passed
mergify bot added a commit to ArcadeData/arcadedb that referenced this pull request Mar 13, 2026
…0.0 [skip ci]

Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.10.0 to 3.0.0.
Release notes

*Sourced from [com.jayway.jsonpath:json-path's releases](https://github.com/jayway/JsonPath/releases).*

> json-path-3.0.0
> ---------------
>
> What's Changed
> --------------
>
> * adding jackson3 provider ([#1066](https://redirect.github.com/jayway/JsonPath/issues/1066)) by [`@​bsa01`](https://github.com/bsa01) in [json-path/JsonPath#1067](https://redirect.github.com/json-path/JsonPath/pull/1067)
> * Prepare Version 3.0.0 - Java 17 baseline with Jackson 3 by [`@​kallestenflo`](https://github.com/kallestenflo) in [json-path/JsonPath#1072](https://redirect.github.com/json-path/JsonPath/pull/1072)
>
> New Contributors
> ----------------
>
> * [`@​bsa01`](https://github.com/bsa01) made their first contribution in [json-path/JsonPath#1067](https://redirect.github.com/json-path/JsonPath/pull/1067)
>
> **Full Changelog**: <json-path/JsonPath@json-path-2.10.0...json-path-3.0.0>


Commits

* [`62a4c9f`](json-path/JsonPath@62a4c9f) Prepare Version 3.0.0 - Java 17 baseline with Jackson 3 ([#1072](https://redirect.github.com/jayway/JsonPath/issues/1072))
* [`470b566`](json-path/JsonPath@470b566) Prepare version 3.0.0
* [`5a7f29e`](json-path/JsonPath@5a7f29e) adding jackson3 provider ([#1066](https://redirect.github.com/jayway/JsonPath/issues/1066)) ([#1067](https://redirect.github.com/jayway/JsonPath/issues/1067))
* [`b6c60b3`](json-path/JsonPath@b6c60b3) Prepare next version ([#1059](https://redirect.github.com/jayway/JsonPath/issues/1059))
* See full diff in [compare view](json-path/JsonPath@json-path-2.10.0...json-path-3.0.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=com.jayway.jsonpath:json-path&package-manager=maven&previous-version=2.10.0&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Jackson 3

4 participants